home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / rouge.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(release).as
Text File  |  2002-02-03  |  221b  |  7 lines

  1. on(release){
  2.    setProperty("_root.etchy.menu", _visible, "1");
  3.    setProperty("_root.start", _visible, "0");
  4.    setProperty("_root.etchy.about", _visible, "0");
  5.    setProperty("_root.etchy.help", _visible, "0");
  6. }
  7.